use TextYankRing autocmd instead of hacking mappings when possible#15
use TextYankRing autocmd instead of hacking mappings when possible#15bennyyip wants to merge 1 commit intovim-scripts:masterfrom
Conversation
|
Thanks for mentioning the new autocmd I have looked into it and made some preliminary changes to test things out. That feature only works on The YankRing works on much more than that. For example, when you change text, the YankRing stores the previous values. Using this feature does in fact remove a lot of maps, but certainly not all of them to keep the features in tact. I will release a new version which uses this feature. |
|
Looking forward to the new YankRing! |
|
This plugin works slow in neovim. When I try to delete and copy line, I have a large delay. |
|
The delay sounds like conflicting maps. Can you create this file Then start Vim using: Then try your test again. If it is still slow, then please show exactly what you are doing that is slow, key stroke for key stroke. |
Vim8 and NeoVim have
TextYankRingautocmd now. With this feature, we can easily get register type and register content when something puts into it, without hacking mappings.